.container
{
	height:600px;
	width:500px;
	border-radius:10px;
	background-color:white;	
	margin-right: auto;
    margin-left: auto;
}







/* Full-width inputs */
input[type=text], input[type=password] {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 20px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 80%;
	border-radius:25px;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

.image
{opacity:1;}
.image:hover{opacity:0.7;}

	a{text-decoration:none;}

